Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / SyncRoot Property

In This Topic
    SyncRoot Property (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets an object that can be used to synchronize access to the underlying list.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SyncRoot As Object
    public virtual object SyncRoot {get;}
    See Also